CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - array class

搜索资源列表

  1. Calculatorcode

    0下载:
  2. Java程序计算器是:图形界面与数学计算相结合。图形界面的实现:考虑到按钮多而易混的问题,就选择了用数组来完成实现,在数字进行运算时,考虑的我们一般的计算器都是通过按按钮显示数字的,所以要有个类来获得按钮上的数字,由此可知还需要一个获得按钮上的运算符号,获得数字和运算符号上的按钮是放在链表里的,通过链表的节点不同来识别是数字还是运算符号,一般是第一个节点里存放的数字是第一个参加运算的数,第二个是放的运算符号,第三个是放的第二个参加运算的数,程序设计的优点是:条理清晰,容易理解,容易修改。这样设计
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:9325
    • 提供者:邓彭成
  1. ltb

    0下载:
  2. 整数从小到大排列,该程序使用的是函数实现法,有助于对类中函数的适用的了解。-Integer array from small to large, the program is the function used by law, contribute to class understanding of the application function.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:8153
    • 提供者:suyun
  1. ArrayEx2009-3-22

    0下载:
  2. 比VC自带的数组类CArray还快的数组类-Than the VC' s own array type faster array CArray Class
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1555
    • 提供者:陈梓强
  1. Onedimensionalarrclastemplate

    0下载:
  2. 建立一维数组数据结构的模板类,使一维数组中的数据元素可以是char, int, float等多种数据类型,类中的成员函数主要包括: 排序函数,能够对数组元素进行升序排列; 查找函数,能够在输入待查元素后,输出其在数组中的下标; 构造函数,初始化输入数组元素,这里要求数组元素的个数n是一个变量; 析构函数,释放数组元素所占用的堆内存; Set函数,可以为指定的数组元素赋值; Get函数,可以读取指定数组元素的值; Print函数,可以输出数组元素的值。 编写一个测试
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1301
    • 提供者:晓华
  1. Grademanagement

    0下载:
  2. 实现学生成绩管理,包括课程平均分,个人平均分,等. 可以通过扩展数组大小来适应班级人数多少.-To achieve student performance management, including courses on average points per points, and so on. Can expand the array size to accommodate the number of class size.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1955512
    • 提供者:kwqjay
  1. Lightemplate

    0下载:
  2. 我写的php模版类,调用方法简单,支持if else include之类的标签, 可以包含扩展函数,整个模版文件没有外部include和require,减少io操作, 加载三个模版变量,两个数组变量,比smarttemplate快平均2-3毫秒. 单纯加载模版文件,不设置任何变量lightemplate平均0.3毫秒左右,smarttemplate至少要1毫秒. -I wrote the php template class, called simple, if else inclu
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:5509
    • 提供者:mohc
  1. 6

    0下载:
  2. 2、 声明测试类TestStudent完成对多态性的测试:(1)在主方法中声明Student类的数组(含五个元素)。(2)生成五个对象存入数组,其中三个Student类的对象、一个StudentXW类的对象、一个StudentBZ类的对象。(3)将方法testScore()发送给数组的每一个元素,输出结果,并分析具体执行的是哪一个类中的方法。-2, statement completion of testing polymorphisms TestStudent type of test: (1
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:771
    • 提供者:ww
  1. qiuchuandibibao

    0下载:
  2. 数字图像处理课上讲到图像和视觉基础时涉及到了离散数学中的一个概念: 传递闭包。刚好我的C语言刚看到数组,就编来看看吧。-Digital Image Processing class visual sense to the base image and involves a discrete mathematics concepts: the transitive closure. Just me just to see the array of C language, on the alloca
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:2826
    • 提供者:123
  1. 9_9

    0下载:
  2. 编写返回数组中最大元素数值的模板函数: template <class T> int Max(T Arr[],int n) -Prepared to return the largest element of the array value template function: template <class T> int Max (T Arr [], int n)
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:4042
    • 提供者:weiht
  1. Zbase32

    0下载:
  2. Z Base32 class to convert byte array to base32 array
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:6681
    • 提供者:busa
  1. include

    0下载:
  2. 一个学生类,包括数据成员姓名、分数、等级(字符型数组),设计友元函数,用来根据成绩分数确定对应的等级:90~100:优; 80~89:良; 70~79:及格; 60以下:不及格; disp()成员函数用来显示学生的数据。主函数中定义学生类对象数组,初始化姓名和分数;输出结果;显示每个学生的姓名、分数、等级。 -A student categories, including data members names, scores, class (character array), the des
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4544
    • 提供者:张闽
  1. mfc_misc

    0下载:
  2. 非常用用的mfc数组、链表排序辅助类,解决MFC的类不能排序的遗憾-Mfc is used with an array, linked list to sort helper class, the class can not solve the MFC sort of regret
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3021
    • 提供者:xiaosong
  1. vc_cshap_java_code

    0下载:
  2. 代码包括:VC、Cshap、ASP.Net、Java等多种语言。 EJB编程,VC++下ACE开发入门,ASP.NET中实现DataGrid控件动态绑定数据的方法探讨,模仿深度剥离效果,C#中动态数组设计原理,基于WinSock的UDP数据转发,用VC++实现手机短消息查询,基于.NET框架RijndaelManaged类的数据加密器设计,-Code include: VC, Cshap, ASP.Net, Java and other languages. EJB programming,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2155234
    • 提供者:蔡依琳
  1. touchlib-src-win32-20070814

    0下载:
  2. This archive contains the .java and .class files for the flosc server, as well as an example Flash client. The code might be useful if you want to see how to write a recursive OSC packet parser in Java, or how to parse or create XML in Flash, or how
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-10
    • 文件大小:1692187
    • 提供者:徐飞
  1. java_applet

    0下载:
  2. Applet类与Applet小程序,数组 向量 字符串 递归 排序-Applet applet Applet class, recursive sort string array vector
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:658794
    • 提供者:guaiguai
  1. Jakarta_Commons_study

    0下载:
  2. 从Jakarta Commons CookBook中整理出来的非常有用的类和方法,以方便的方法解决了诸如数组操作、日期操作、字符串操作、数字操作、文件操作等常见的问题。这是在java web应用中常见的commons-*.jar包中的内容-The very useful class and method finishing out from Jakarta Commons CookBook, to facilitate the solution of such operations of ar
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4080
    • 提供者:萧毅鸿
  1. SoapClientBase

    0下载:
  2. 使用C++编写的SOAP(简单对象访问协议)帮助类,用户可以使用该类创建相关函数,从而访问WebService。-Soap client helper class for C++ Usage: 1. Inherit a class from this base class 2. Call Init in constructor, like this: Init "http://localhost/AuthService/AuthService.asmx?wsdl", "AuthSer
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-29
    • 文件大小:1648
    • 提供者:薛兴涛
  1. EOSproject

    0下载:
  2. EOS1实现3种版本的向量内积) ,返回double精度数值) ,比较使用不同大下和密度的向量来对比相关的速度) ,-In large-scale optimization problems, different vectors and matrices are typically sparse, i.e. only very few elements are non-zero. Typically vectors with thousands of elements may contain o
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:133830
    • 提供者:wyb527
  1. advs

    0下载:
  2. js圖片展示 <scr ipt type="text/javascr ipt"> var a3={urls:[ http://www.url.com , http://www.url.com , http://www.url.com ], imgs:Array(), currScene:0, slideID:null, IE:(navigator.userAgent.indexOf("MSIE")>0)?true:false, step:
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-27
    • 文件大小:707
    • 提供者:kins
  1. JpegDecoder

    0下载:
  2. JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。-JpegDecoder class is mainly used for the decoding of Jpeg files. Usage is very simple, only need to use GetJPEGBuffer function returns an array of pixels decoded. In the third part
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:7878
    • 提供者:胡雪婷
« 1 2 3 4 5 6 78 9 10 11 12 ... 32 »
搜珍网 www.dssz.com